home *** CD-ROM | disk | FTP | other *** search
/ Agent Central Host Computer / Agent - Central Host Computer.iso / _SETUP.1 / closenum.sql < prev    next >
Text File  |  2000-05-12  |  559b  |  16 lines

  1. /* RCSVER $Id: closenum.sql,v 1.1 1999-12-02 16:52:15-06 randy CURRENT $ */
  2. /* *************************************************************************
  3. *        Copyright (C) 1999, Agent Systems, Inc. All Rights Reserved.
  4. *
  5. * Name:        closenum.sql
  6. * Date:        09/20/1999
  7. * memo:        Randy Wood
  8. * Description:    Create the closenum table for storing the current close batch 
  9. *        numbers used by the reconcile process.
  10. * Changes:
  11. ************************************************************************* */
  12. CREATE TABLE closenum
  13. (
  14.     close_num    NUMBER(38)
  15. );
  16.